home *** CD-ROM | disk | FTP | other *** search
- object ReportForm: TReportForm
- Left = 238
- Top = 199
- BorderStyle = bsDialog
- ClientHeight = 338
- ClientWidth = 676
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object OKButton: TButton
- Left = 580
- Top = 22
- Width = 75
- Height = 25
- Caption = '&OK'
- ModalResult = 1
- TabOrder = 0
- end
- object Info: TMemo
- Left = 16
- Top = 21
- Width = 549
- Height = 297
- Color = 12910591
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object Button1: TButton
- Left = 580
- Top = 59
- Width = 75
- Height = 25
- Caption = 'Save As...'
- TabOrder = 2
- OnClick = Button1Click
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = 'TXT'
- Filter = 'Text File (*.txt)|*.txt'
- Left = 599
- Top = 279
- end
- end
-